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 | 100011111101110111010100100011101010101001101011 | 8fddd48eaa6b |
EUC-JP | 醤ヤ蒔k | 10111110110111111000111011010100101111001010110001101011 | bedf8ed4bcac6b |
UTF-8 | 醤ヤ蒔k | 11101001100001101010010011101111101111101001010011101000100100101001010001101011 | e986a4efbe94e892946b |
UHC | ??蒔k | 0011111100111111111000111100100001101011 | 3f3fe3c86b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)