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 | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
EUC-JP | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
UTF-8 | 쌥쇄v쌥쇄vB | 111011001000110010100101111011001000011110000100011101101110110010001100101001011110110010000111100001000111011001000010 | ec8ca5ec878476ec8ca5ec87847642 |
UHC | 쌥쇄v쌥쇄vB | 1011110111011101101111001110001001110110101111011101110110111100111000100111011001000010 | bdddbce276bdddbce27642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)