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 | ??P??K | 001111110011111101010000001111110011111101001011 | 3f3f503f3f4b |
SJIS-WIN | ?讓P?讓K | 0011111111100110101010000101000000111111111001101010100001001011 | 3fe6a8503fe6a84b |
EUC-JP | 嶴讓P嶴讓K | 100011111011101111110011111011001010101001010000100011111011101111110011111011001010101001001011 | 8fbbf3ecaa508fbbf3ecaa4b |
UTF-8 | 嶴讓P嶴讓K | 1110010110110110101101001110100010101110100100110101000011100101101101101011010011101000101011101001001101001011 | e5b6b4e8ae9350e5b6b4e8ae934b |
UHC | ?讓P?讓K | 0011111111100101110100110101000000111111111001011101001101001011 | 3fe5d3503fe5d34b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)