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 | ???裔?? | 00111111001111110011111111100101111000010011111100111111 | 3f3f3fe5e13f3f |
EUC-JP | ???裔?? | 00111111001111110011111111101010111000110011111100111111 | 3f3f3feae33f3f |
UTF-8 | 曆면눈裔볠꼇 | 111011111010011010001011111010111010100110110100111010111000100010001000111010001010001110010100111010111011001110100000111010101011110010000111 | efa68beba9b4eb8888e8a394ebb3a0eabc87 |
UHC | 曆면눈裔볠꼇 | 111001101011011110111000111010011011010010101011111001111110000010010011111001101011001010111011 | e6b7b8e9b4abe7e093e6b2bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)