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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 阿擁?? | 100010001010001010010111011010010011111100111111 | 88a297693f3f |
EUC-JP | 阿擁?? | 101100001010010011001101110010100011111100111111 | b0a4cdca3f3f |
UTF-8 | 阿擁뤋툗 | 111010011001100010111111111001101001001110000001111010111010010010001011111011011000100010010111 | e998bfe69381eba48bed8897 |
UHC | 阿擁뤋툗 | 1110010010111001111010001011011010001111101110111011100010001110 | e4b9e8b68fbbb88e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)