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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 筌??泣ヤ? | 111000101010001100111111001111111000101110000011100000111000010000111111 | e2a33f3f8b8383843f |
EUC-JP | 筌??泣ヤ? | 111001001010010100111111001111111011010111100011101001011110010000111111 | e4a53f3fb5e3a5e43f |
UTF-8 | 筌뚮뿦泣ヤ펺 | 111001111010110110001100111010111001101010101110111010111011111110100110111001101011001110100011111000111000001110100100111011011000111010111010 | e7ad8ceb9aaeebbfa6e6b3a3e383a4ed8eba |
UHC | 筌뚮뿦泣ヤ펺 | 111011111010011110001100111010111001011110100110111010111110100010101011111001001011110010001010 | efa78ceb97a6ebe8abe4bc8a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)