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 | ????ZU | 001111110011111100111111001111110101101001010101 | 3f3f3f3f5a55 |
SJIS-WIN | 訒溯豐ォZU | 111110111010001110011111111010001110011010110010101010110101101001010101 | fba39fe8e6b2ab5a55 |
EUC-JP | 訒溯豐ォZU | 1000111111011101110010001101111011101010111011001011010010001110101010110101101001010101 | 8fddc8deeaecb48eab5a55 |
UTF-8 | 訒溯豐ォZU | 1110100010101000100100101110011010111010101011111110100010110001100100001110111110111101101010110101101001010101 | e8a892e6baafe8b190efbdab5a55 |
UHC | ?溯??ZU | 00111111111000011011110100111111001111110101101001010101 | 3fe1bd3f3f5a55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)