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 | 闊底オ樓カ」 | 111010001000100010010010111010101011010110011110111010101011011010100011 | e88892eab59eeab6a3 |
EUC-JP | 闊底オ樓カ」 | 111011111110100011000100111011001000111010110101110111001110110010001110101101101000111010100011 | efe8c4ec8eb5dcec8eb68ea3 |
UTF-8 | 闊底オ樓カ」 | 111010011001011110001010111001011011101010010101111011111011110110110101111001101010100010010011111011111011110110110110111011111011110110100011 | e9978ae5ba95efbdb5e6a893efbdb6efbda3 |
UHC | 闊底?樓?? | 111111001100010011101110101111000011111111010111101001110011111100111111 | fcc4eebc3fd7a73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)