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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??驗??驗B | 001111110011111111101001100001000011111100111111111010011000010001000010 | 3f3fe9843f3fe98442 |
EUC-JP | ??驗??驗B | 001111110011111111110001111001000011111100111111111100011110010001000010 | 3f3ff1e43f3ff1e442 |
UTF-8 | 듺먩驗먏뗼驗B | 11101011100100111011101011101011101010001010100111101001101010011001011111101011101010001000111111101011100101111011110011101001101010011001011101000010 | eb93baeba8a9e9a997eba88feb97bce9a99742 |
UHC | 듺먩驗먏뗼驗B | 10001010111000001001000011100110111110101101000010010000110011011000101111111011111110101101000001000010 | 8ae090e6fad090cd8bfbfad042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)