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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??蘊??^ | 00111111001111111110010101011101001111110011111101011110 | 3f3fe55d3f3f5e |
EUC-JP | ??蘊??^ | 00111111001111111110100110111110001111110011111101011110 | 3f3fe9be3f3f5e |
UTF-8 | 롖렋蘊렕렡^ | 11101011101000011001011011101011101000001000101111101000100110001000101011101011101000001001010111101011101000001010000101011110 | eba196eba08be8988aeba095eba0a15e |
UHC | 롖렋蘊렕렡^ | 1000111011011010100011101010001011101000101100111000111010101010100011101011001001011110 | 8eda8ea2e8b38eaa8eb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)