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 | ??????~ | 00111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f7e |
SJIS-WIN | ?冀あ?冀?~ | 00111111100110010110001010000010101000000011111110011001011000100011111101111110 | 3f996282a03f99623f7e |
EUC-JP | ?冀あ?冀?~ | 00111111110100011100001110100100101000100011111111010001110000110011111101111110 | 3fd1c3a4a23fd1c33f7e |
UTF-8 | 룵冀あ룵冀◈~ | 11101011101000111011010111100101100001101000000011100011100000011000001011101011101000111011010111100101100001101000000011100010100101111000100001111110 | eba3b5e58680e38182eba3b5e58680e297887e |
UHC | 룵冀あ룵冀◈~ | 10001111101010101101000011101101101010101010001010001111101010101101000011101101101000101100001001111110 | 8faad0edaaa28faad0eda2c27e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)