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 | 芋????葛 | 1000100011110000001111110011111100111111001111111000101010001011 | 88f03f3f3f3f8a8b |
EUC-JP | 芋????葛 | 1011000011110010001111110011111100111111001111111011001111101011 | b0f23f3f3f3fb3eb |
UTF-8 | 芋닺렏흗렫葛 | 111010001000101010001011111010111000101110111010111010111010000010001111111011011001110110010111111010111010000010101011111010001001000110011011 | e88a8beb8bbaeba08fed9d97eba0abe8919b |
UHC | 芋닺렏흗렫葛 | 111010011110001110110100111010001000111010100101110010001110100110001110101110011100101011100111 | e9e3b4e88ea5c8e98eb9cae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)