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 | 鉑室鈐室 | 1111101111001001100011101011101011111011110000101000111010111010 | fbc98ebafbc28eba |
EUC-JP | 鉑室鈐室 | 10001111111000111110000110111100101111001000111111100011110000011011110010111100 | 8fe3e1bcbc8fe3c1bcbc |
UTF-8 | 鉑室鈐室 | 111010011000100110010001111001011010111010100100111010011000100010010000111001011010111010100100 | e98991e5aea4e98890e5aea4 |
UHC | ?室鈐室 | 00111111111000111111100011001100101000101110001111111000 | 3fe3f8cca2e3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)