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 | ?????VB | 00111111001111110011111100111111001111110101011001000010 | 3f3f3f3f3f5642 |
SJIS-WIN | ?????VB | 00111111001111110011111100111111001111110101011001000010 | 3f3f3f3f3f5642 |
EUC-JP | ?????VB | 00111111001111110011111100111111001111110101011001000010 | 3f3f3f3f3f5642 |
UTF-8 | 찾횋혙혢혙VB | 1110110010110000101111101110110110011010100010111110110110011000100110011110110110011000101000101110110110011000100110010101011001000010 | ecb0beed9a8bed9899ed98a2ed98995642 |
UHC | 찾횋혙혢혙VB | 110000111010001111000011100010011100001010000100110000101000101111000010100001000101011001000010 | c3a3c389c284c28bc2845642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)