To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 隯ナョ霓 | 111110111110110011000101101011101110100010111101 | fbecc5aee8bd |
EUC-JP | 隯ナョ霓 | 100011111110011011101111100011101100010110001110101011101111000010111111 | 8fe6ef8ec58eaef0bf |
UTF-8 | 隯ナョ霓 | 111010011001101010101111111011111011111010000101111011111011110110101110111010011001110010010011 | e99aafefbe85efbdaee99c93 |
UHC | ???霓 | 0011111100111111001111111110011111100111 | 3f3f3fe7e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)