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 | 茲ワ従蔟 | 1110010010100010100000111000111110001111010111011110010011110101 | e4a2838f8f5de4f5 |
EUC-JP | 茲ワ従蔟 | 1110100010100100101001011110111110111101101111101110100011110111 | e8a4a5efbdbee8f7 |
UTF-8 | 茲ワ従蔟 | 111010001000110010110010111000111000001110101111111001011011111010010011111010001001010010011111 | e88cb2e383afe5be93e8949f |
UHC | ?ワ?? | 0011111110101011111011110011111100111111 | 3fabef3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)