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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?匿??げB | 0011111110010011101111010011111100111111100000101011000001000010 | 3f93bd3f3f82b042 |
EUC-JP | ?匿??げB | 0011111111000110101111110011111100111111101001001011001001000010 | 3fc6bf3f3fa4b242 |
UTF-8 | 룵匿룶첂げB | 11101011101000111011010111100101100011001011111111101011101000111011011011101100101100101000001011100011100000011001001001000010 | eba3b5e58cbfeba3b6ecb282e3819242 |
UHC | 룵匿룶첂げB | 1000111110101010110100101111101110001111101010111010101010001111101010101011001001000010 | 8faad2fb8fabaa8faab242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)