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 | 瓮??弱?? | 1110000101000100001111110011111110001110111000110011111100111111 | e1443f3f8ee33f3f |
EUC-JP | 瓮??弱?? | 1110000110100101001111110011111110111100111001010011111100111111 | e1a53f3fbce53f3f |
UTF-8 | 瓮뚦츍弱싪랜 | 111001111001001110101110111010111001101010100110111011001011100010001101111001011011110010110001111011001000101110101010111010111001111010011100 | e793aeeb9aa6ecb88de5bcb1ec8baaeb9e9c |
UHC | 瓮뚦츍弱싪랜 | 111010001011011110001100111001011010111010001000111001011011000010011010111010001011011110100011 | e8b78ce5ae88e5b09ae8b7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)