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 | ?臣あ??^ | 0011111110010000011000101000001010100000001111110011111101011110 | 3f906282a03f3f5e |
EUC-JP | ?臣あ??^ | 0011111110111111110000111010010010100010001111110011111101011110 | 3fbfc3a4a23f3f5e |
UTF-8 | 룵臣あ룫괄^ | 11101011101000111011010111101000100001111010001111100011100000011000001011101011101000111010101111101010101101001000010001011110 | eba3b5e887a3e38182eba3abeab4845e |
UHC | 룵臣あ룫괄^ | 1000111110101010111000111110110110101010101000101000111110100010101100001111110101011110 | 8faae3edaaa28fa2b0fd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)