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 | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
SJIS-WIN | 柴邪Lh柴邪L | 1000111011000100100011101101011101001100011010001000111011000100100011101101011101001100 | 8ec48ed74c688ec48ed74c |
EUC-JP | 柴邪Lh柴邪L | 1011110011000110101111001101100101001100011010001011110011000110101111001101100101001100 | bcc6bcd94c68bcc6bcd94c |
UTF-8 | 柴邪Lh柴邪L | 111001101001111110110100111010011000001010101010010011000110100011100110100111111011010011101001100000101010101001001100 | e69fb4e982aa4c68e69fb4e982aa4c |
UHC | 柴邪Lh柴邪L | 1110001111000011110111101111011101001100011010001110001111000011110111101111011101001100 | e3c3def74c68e3c3def74c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)