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 | 韈ク迺ス貂 | 1110100011100111101110001110011110010010101111011110011010111000 | e8e7b8e792bde6b8 |
EUC-JP | 韈ク迺ス貂 | 11110000111010011000111010111000111011011111001010001110101111011110110010111010 | f0e98eb8edf28ebdecba |
UTF-8 | 韈ク迺ス貂 | 111010011001111110001000111011111011110110111000111010001011111110111010111011111011110110111101111010001011001010000010 | e99f88efbdb8e8bfbaefbdbde8b282 |
UHC | ????貂 | 001111110011111100111111001111111111010110110000 | 3f3f3f3ff5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)