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 | 移??移?? | 1000100011011010001111110011111110001000110110100011111100111111 | 88da3f3f88da3f3f |
EUC-JP | 移??移?? | 1011000011011100001111110011111110110000110111000011111100111111 | b0dc3f3fb0dc3f3f |
UTF-8 | 移잛튋移잛튋 | 111001111010011110111011111011001001111010011011111011011000101010001011111001111010011110111011111011001001111010011011111011011000101010001011 | e7a7bbec9e9bed8a8be7a7bbec9e9bed8a8b |
UHC | 移잛튋移잛튋 | 111011001011100110011111111011001011100110011111111011001011100110011111111011001011100110011111 | ecb99fecb99fecb99fecb99f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)