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 | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | 漆杓v漆杓vB | 1000111010111101100011101101101101110110100011101011110110001110110110110111011001000010 | 8ebd8edb768ebd8edb7642 |
EUC-JP | 漆杓v漆杓vB | 1011110010111111101111001101110101110110101111001011111110111100110111010111011001000010 | bcbfbcdd76bcbfbcdd7642 |
UTF-8 | 漆杓v漆杓vB | 111001101011110010000110111001101001110110010011011101101110011010111100100001101110011010011101100100110111011001000010 | e6bc86e69d9376e6bc86e69d937642 |
UHC | 漆杓v漆杓vB | 1111011011010100111110001111010101110110111101101101010011111000111101010111011001000010 | f6d4f8f576f6d4f8f57642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)