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 | 容??娃?? | 1001011101100101001111110011111110001000101000010011111100111111 | 97653f3f88a13f3f |
EUC-JP | 容??娃?? | 1100110111000110001111110011111110110000101000110011111100111111 | cdc63f3fb0a33f3f |
UTF-8 | 容묋풛娃숁뮈 | 111001011010111010111001111010111010110010001011111011011001001010011011111001011010100010000011111011001000100010000001111010111010111010001000 | e5aeb9ebac8bed929be5a883ec8881ebae88 |
UHC | 容묋풛娃숁뮈 | 111010011011101110010001111010001011111010011110111010001101111110011001111001101011100110111111 | e9bb91e8be9ee8df99e6b9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)