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 | ????LB | 001111110011111100111111001111110100110001000010 | 3f3f3f3f4c42 |
SJIS-WIN | ??蜈?LB | 00111111001111111110010110000101001111110100110001000010 | 3f3fe5853f4c42 |
EUC-JP | ??蜈?LB | 00111111001111111110100111100101001111110100110001000010 | 3f3fe9e53f4c42 |
UTF-8 | 렱렗蜈솽LB | 1110101110100000101100011110101110100000100101111110100010011100100010001110110010000110101111010100110001000010 | eba0b1eba097e89c88ec86bd4c42 |
UHC | 렱렗蜈솽LB | 10001110101111101000111010101100111010001010010110111100111000010100110001000010 | 8ebe8eace8a5bce14c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)