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 | 霄嫉甯失 | 1110100010111010100011101011100111111010101010001000111010111000 | e8ba8eb9faa88eb8 |
EUC-JP | 霄嫉甯失 | 111100001011110010111100101110111000111111001101101010101011110010111010 | f0bcbcbb8fcdaabcba |
UTF-8 | 霄嫉甯失 | 111010011001110010000100111001011010101110001001111001111001010010101111111001011010010010110001 | e99c84e5ab89e794afe5a4b1 |
UHC | ?嫉?失 | 001111111111001011101100001111111110001111110111 | 3ff2ec3fe3f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)