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 | 訝??鼇?? | 1110011001100010001111110011111111101010100001110011111100111111 | e6623f3fea873f3f |
EUC-JP | 訝??鼇?? | 1110101111000011001111110011111111110011111001110011111100111111 | ebc33f3ff3e73f3f |
UTF-8 | 訝딉풏鼇뤄슁 | 111010001010100010011101111010111001010010001001111011011001001010001111111010011011110010000111111010111010010010000100111011001000101010000001 | e8a89deb9489ed928fe9bc87eba484ec8a81 |
UHC | 訝딉풏鼇뤄슁 | 111001001011100010001010111011111011111010010011111010001010100010110111111011111011110110110011 | e4b88aefbe93e8a8b7efbdb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)