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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??調?? | 001111110011111110010010101100100011111100111111 | 3f3f92b23f3f |
EUC-JP | ??調?? | 001111110011111111000100101101000011111100111111 | 3f3fc4b43f3f |
UTF-8 | 렯렻調렱롐 | 111010111010000010101111111010111010000010111011111010001010101010111111111010111010000010110001111010111010000110010000 | eba0afeba0bbe8aabfeba0b1eba190 |
UHC | 렯렻調렱롐 | 10001110101111001000111011000011111100001110000010001110101111101000111011010110 | 8ebc8ec3f0e08ebe8ed6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)