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 | ???曜⑨? | 0011111100111111001111111001011101101010100001110100100000111111 | 3f3f3f976a87483f |
EUC-JP | ???曜?? | 00111111001111110011111111001101110010110011111100111111 | 3f3f3fcdcb3f3f |
UTF-8 | 樂롳숱曜⑨쉬 | 111011111010011010111111111010111010000110110011111011001000100010110001111001101001101110011100111000101001000110101000111011001000100110101100 | efa6bfeba1b3ec88b1e69b9ce291a8ec89ac |
UHC | 樂롳숱曜⑨쉬 | 111010001111100110001110111011111011110110100010111010001111100010101000111011111011110110101100 | e8f98eefbda2e8f8a8efbdac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)