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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 猷レ? | 1001011101010001100000111000110000111111 | 9751838c3f |
EUC-JP | 猷レ? | 1100110110110010101001011110110000111111 | cdb2a5ec3f |
UTF-8 | 猷レ갯 | 111001111000110010110111111000111000001110101100111010101011000010101111 | e78cb7e383aceab0af |
UHC | 猷レ갯 | 111010111010001110101011111011001011000010111001 | eba3abecb0b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)