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 | 冶る?偃?? | 100101101110100010000010111010010011111110011000111011100011111100111111 | 96e882e93f98ee3f3f |
EUC-JP | 冶る?偃?? | 110011001110101010100100111010110011111111010000111100000011111100111111 | cceaa4eb3fd0f03f3f |
UTF-8 | 冶る죫偃띾젳 | 111001011000011010110110111000111000001010001011111011001010001110101011111001011000000110000011111010111001110110111110111011001010000010110011 | e586b6e3828beca3abe58183eb9dbeeca0b3 |
UHC | 冶る죫偃띾젳 | 111001011010011110101010111010111010000110000110111001011110011110001101111010111010000010100111 | e5a7aaeba186e5e78deba0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)