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 | 鞣柴上糴 | 1110100011100010100011101100010010001111111000111110001011111001 | e8e28ec48fe3e2f9 |
EUC-JP | 鞣柴上糴 | 1111000011100100101111001100011010111110111001011110010011111011 | f0e4bcc6bee5e4fb |
UTF-8 | 鞣柴上糴 | 111010011001111010100011111001101001111110110100111001001011100010001010111001111011001110110100 | e99ea3e69fb4e4b88ae7b3b4 |
UHC | ?柴上? | 001111111110001111000011110111111011111000111111 | 3fe3c3dfbe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)