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 | 庄?誌?? | 10001111101011110011111110001110100011110011111100111111 | 8faf3f8e8f3f3f |
EUC-JP | 庄?誌?? | 10111110101100010011111110111011111011110011111100111111 | beb13fbbef3f3f |
UTF-8 | 庄렯誌면㉭ | 111001011011101010000100111010111010000010101111111010001010101010001100111010111010100110110100111000111000100110101101 | e5ba84eba0afe8aa8ceba9b4e389ad |
UHC | 庄렯誌면㉭ | 11101101111001001000111010111100111100101011110010111000111010011010100010111110 | ede48ebcf2bcb8e9a8be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)