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 | 莠勾詳崧コ | 111001001011101010001100111110011000111111011010111110101010111110111010 | e4ba8cf98fdafaafba |
EUC-JP | 莠勾詳崧コ | 1110100010111100101110001111101110111110110111001000111110111011110010101000111010111010 | e8bcb8fbbedc8fbbca8eba |
UTF-8 | 莠勾詳崧コ | 111010001000111010100000111001011000101110111110111010001010100110110011111001011011010010100111111011111011110110111010 | e88ea0e58bbee8a9b3e5b4a7efbdba |
UHC | ?勾詳崧? | 0011111111001110111111101101111111011001111000101111111000111111 | 3fcefedfd9e2fe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)