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 | 帳??絶?? | 1001001010100000001111110011111110010000111000100011111100111111 | 92a03f3f90e23f3f |
EUC-JP | 帳??絶?? | 1100010010100010001111110011111111000000111001000011111100111111 | c4a23f3fc0e43f3f |
UTF-8 | 帳쀮궙絶됵슴 | 111001011011100010110011111011001000000010101110111010101011011010011001111001111011010110110110111010111001000010110101111011001000101010110100 | e5b8b3ec80aeeab699e7b5b6eb90b5ec8ab4 |
UHC | 帳쀮궙絶됵슴 | 111011011110001110010111111011101000001010101110111011111011111010001001111011111011110110111111 | ede397ee82aeefbe89efbdbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)