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 | 菴??鍮?? | 1110010010111101001111110011111111101000010010100011111100111111 | e4bd3f3fe84a3f3f |
EUC-JP | 菴??鍮?? | 1110100010111111001111110011111111101111101010110011111100111111 | e8bf3f3fefab3f3f |
UTF-8 | 菴뀁꼶鍮묉꼮 | 111010001000111110110100111010111000000010000001111010101011110010110110111010011000110110101110111010111010110010001001111010101011110010101110 | e88fb4eb8081eabcb6e98daeebac89eabcae |
UHC | 菴뀁꼶鍮묉꼮 | 111001001110000010110010111011001000010010001110111010111011100110010001111001101000010010001001 | e4e0b2ec848eebb991e68489 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)