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 | 蠇ヲ閠敬 | 11111011101000011010011011101000100000001000110001101000 | fba1a6e8808c68 |
EUC-JP | ?ヲ閠敬 | 00111111100011101010011011101111111000001011011111001001 | 3f8ea6efe0b7c9 |
UTF-8 | 蠇ヲ閠敬 | 111010001010000010000111111011111011110110100110111010011001011010100000111001101001010110101100 | e8a087efbda6e996a0e695ac |
UHC | ???敬 | 0011111100111111001111111100110011010111 | 3f3f3fccd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)