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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???穡??? | 0011111100111111001111111110001001110000001111110011111100111111 | 3f3f3fe2703f3f3f |
EUC-JP | ???穡??? | 0011111100111111001111111110001111010001001111110011111100111111 | 3f3f3fe3d13f3f3f |
UTF-8 | 뤞빡껑穡룫떤귄 | 111010111010010010011110111010111011100110100001111010101011101110010001111001111010100110100001111010111010001110101011111010111001011010100100111010101011011110000100 | eba49eebb9a1eabb91e7a9a1eba3abeb96a4eab784 |
UHC | 뤞빡껑穡룫떤귄 | 1000111111001101101110101111110110110010101100011101111111100010100011111010001010110110101100101011000111001111 | 8fcdbafdb2b1dfe28fa2b6b2b1cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)