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 | 100101110101100100111111011101101001011101011001001111110111011001000010 | 97593f7697593f7642 |
EUC-JP | 雄?v雄?vB | 110011011011101000111111011101101100110110111010001111110111011001000010 | cdba3f76cdba3f7642 |
UTF-8 | 雄텡v雄텡vB | 111010011001101110000100111011011000010110100001011101101110100110011011100001001110110110000101101000010111011001000010 | e99b84ed85a176e99b84ed85a17642 |
UHC | 雄텡v雄텡vB | 1110101010101001110001011101111001110110111010101010100111000101110111100111011001000010 | eaa9c5de76eaa9c5de7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)