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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | 拾??k | 1000111101000101001111110011111101101011 | 8f453f3f6b |
EUC-JP | 拾??k | 1011110110100110001111110011111101101011 | bda63f3f6b |
UTF-8 | 拾룊뒦k | 11100110100010111011111011101011101000111000101011101011100100101010011001101011 | e68bbeeba38aeb92a66b |
UHC | 拾룊뒦k | 11100011101001101000111110001001100010101010000101101011 | e3a68f898aa16b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)