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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 車尺i車尺iB | 1000111011010100100011101101101001101001100011101101010010001110110110100110100101000010 | 8ed48eda698ed48eda6942 |
EUC-JP | 車尺i車尺iB | 1011110011010110101111001101110001101001101111001101011010111100110111000110100101000010 | bcd6bcdc69bcd6bcdc6942 |
UTF-8 | 車尺i車尺iB | 111010001011101110001010111001011011000010111010011010011110100010111011100010101110010110110000101110100110100101000010 | e8bb8ae5b0ba69e8bb8ae5b0ba6942 |
UHC | 車尺i車尺iB | 1111001110110011111101001010100101101001111100111011001111110100101010010110100101000010 | f3b3f4a969f3b3f4a96942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)