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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????握? | 00111111001111110011111100111111100010001010110000111111 | 3f3f3f3f88ac3f |
EUC-JP | ????握? | 00111111001111110011111100111111101100001010111000111111 | 3f3f3f3fb0ae3f |
UTF-8 | 롔롂솽션握롆 | 111010111010000110010100111010111010000110000010111011001000011010111101111011001000010110011000111001101000111110100001111010111010000110000110 | eba194eba182ec86bdec8598e68fa1eba186 |
UHC | 롔롂솽션握롆 | 100011101101100010001110110010011011110011100001101111001100011111100100110001001000111011001100 | 8ed88ec9bce1bcc7e4c48ecc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)