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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?碗??碗?^ | 001111111001100001110001001111110011111110011000011100010011111101011110 | 3f98713f3f98713f5e |
EUC-JP | ?碗??碗?^ | 001111111100111111010010001111110011111111001111110100100011111101011110 | 3fcfd23f3fcfd23f5e |
UTF-8 | 씨碗롚씨碗롘^ | 11101100100101001010100011100111101000101001011111101011101000011001101011101100100101001010100011100111101000101001011111101011101000011001100001011110 | ec94a8e7a297eba19aec94a8e7a297eba1985e |
UHC | 씨碗롚씨碗롘^ | 10111110101111101110100011001111100011101101111010111110101111101110100011001111100011101101110001011110 | bebee8cf8edebebee8cf8edc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)