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 | 淸ク邨緖シ | 11111011010000111011100011100111101101011111100011101011111110111000111010111100 | fb43b8e7b5f8ebfb8ebc |
EUC-JP | ?ク邨??シ | 001111111000111010111000111011101011011100111111001111111000111010111100 | 3f8eb8eeb73f3f8ebc |
UTF-8 | 淸ク邨緖シ | 111001101011011110111000111011111011110110111000111010011000001010101000111011101001101010001010111001111011011110010110111011111011110110111100 | e6b7b8efbdb8e982a8ee9a8ae7b796efbdbc |
UHC | 淸?邨?緖? | 111101001110100000111111111101011011111000111111110111111111110100111111 | f4e83ff5be3fdffd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)