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 | 硝鯑ス | 10001111110010011110100111000100111100001110110010111101 | 8fc9e9c4f0ecbd |
EUC-JP | 硝鯑?ス | 10111110110010111111001011000110001111111000111010111101 | becbf2c63f8ebd |
UTF-8 | 硝鯑ス | 111001111010000110011101111010011010111110010001111011101000001010101011111011111011110110111101 | e7a19de9af91ee82abefbdbd |
UHC | 硝??? | 1111010110100110001111110011111100111111 | f5a63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)