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 | 絶????彦 | 1001000011100010001111110011111100111111001111111001010101000110 | 90e23f3f3f3f9546 |
EUC-JP | 絶????彦 | 1100000011100100001111110011111100111111001111111100100110100111 | c0e43f3f3f3fc9a7 |
UTF-8 | 絶꺨늴듐겇彦 | 111001111011010110110110111010101011101010101000111010111000101010110100111010111001001110010000111010101011001010000111111001011011110110100110 | e7b5b6eabaa8eb8ab4eb9390eab287e5bda6 |
UHC | 絶꺨늴듐겇彦 | 111011111011111010000011110011101011010011001110101101011110001110000001101001001110010111101001 | efbe83ceb4ceb5e381a4e5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)