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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 霓??徇?? | 1110100010111101001111110011111110011100011011010011111100111111 | e8bd3f3f9c6d3f3f |
EUC-JP | 霓??徇?? | 1111000010111111001111110011111111010111110011100011111100111111 | f0bf3f3fd7ce3f3f |
UTF-8 | 霓띰퐱徇섉뮄 | 111010011001110010010011111010111001110110110000111011011001000010110001111001011011111010000111111011001000010010001001111010111010111010000100 | e99c93eb9db0ed90b1e5be87ec8489ebae84 |
UHC | 霓띰퐱徇섉뮄 | 111001111110011110110110111011111011110110011010111000101101111110011000111001101001001010010011 | e7e7b6efbd9ae2df98e69293 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)