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 | 倭??魏∽? | 100110000110000000111111001111111110100110110000100000011110010000111111 | 98603f3fe9b081e43f |
EUC-JP | 倭??魏∽? | 110011111100000100111111001111111111001010110010101000101110011000111111 | cfc13f3ff2b2a2e63f |
UTF-8 | 倭녾남魏∽쫲 | 111001011000000010101101111010111000010110111110111010111000001010101000111010011010110110001111111000101000100010111101111011001010101110110010 | e580adeb85beeb82a8e9ad8fe288bdecabb2 |
UHC | 倭녾남魏∽쫲 | 111010001101111010000110111010101011001110110010111010101110000010100001111011111010011010001010 | e8de86eab3b2eae0a1efa68a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)