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 | 秧??倭?? | 1110001001011110001111110011111110011000011000000011111100111111 | e25e3f3f98603f3f |
EUC-JP | 秧??倭?? | 1110001110111111001111110011111111001111110000010011111100111111 | e3bf3f3fcfc13f3f |
UTF-8 | 秧섆퐜倭졾렘 | 111001111010011110100111111011001000010010000110111011011001000010011100111001011000000010101101111011001010000110111110111010111010000010011000 | e7a7a7ec8486ed909ce580adeca1beeba098 |
UHC | 秧섆퐜倭졾렘 | 111001001110101110011000111001001011110110000110111010001101111010100000111001011011011110111101 | e4eb98e4bd86e8dea0e5b7bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)