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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?μ???? | 00111111100000111100101000111111001111110011111100111111 | 3f83ca3f3f3f3f |
EUC-JP | ?μ???? | 00111111101001101100110000111111001111110011111100111111 | 3fa6cc3f3f3f3f |
UTF-8 | 淋μ콝泥좏쉹 | 1110111110100111101101011100111010111100111011001011110110011101111011111010011110100011111011001010001010001111111011001000100110111001 | efa7b5cebcecbd9defa7a3eca28fec89b9 |
UHC | 淋μ콝泥좏쉹 | 111011001111100010100101111011001011000110010101111011001011001010100000111011011001101010001111 | ecf8a5ecb195ecb2a0ed9a8f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)