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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 瓮??鈺? | 11100001010001000011111100111111111110111100010000111111 | e1443f3ffbc43f |
EUC-JP | 瓮??鈺? | 1110000110100101001111110011111110001111111000111101010100111111 | e1a53f3f8fe3d53f |
UTF-8 | 瓮뚳슛鈺뚥 | 111001111001001110101110111010111001101010110011111011001000101010011011111010011000100010111010111010111001101010100101 | e793aeeb9ab3ec8a9be988baeb9aa5 |
UHC | 瓮뚳슛鈺뚥 | 11101000101101111000110011101111101111011011100011101000101011011000110011100100 | e8b78cefbdb8e8ad8ce4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)