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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ????沃?? | 0011111100111111001111110011111110010111100000000011111100111111 | 3f3f3f3f97803f3f |
EUC-JP | ????沃?? | 0011111100111111001111110011111111001101111000000011111100111111 | 3f3f3f3fcde03f3f |
UTF-8 | 롔롂솽션沃솽섬 | 111010111010000110010100111010111010000110000010111011001000011010111101111011001000010110011000111001101011001010000011111011001000011010111101111011001000010010101100 | eba194eba182ec86bdec8598e6b283ec86bdec84ac |
UHC | 롔롂솽션沃솽섬 | 1000111011011000100011101100100110111100111000011011110011000111111010001010101010111100111000011011110010110110 | 8ed88ec9bce1bcc7e8aabce1bcb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)