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 | 塋ゅ?兀?? | 100110101100100010000010111000110011111110011001010110010011111100111111 | 9ac882e33f99593f3f |
EUC-JP | 塋ゅ?兀?? | 110101001100101010100100111001010011111111010001101110100011111100111111 | d4caa4e53fd1ba3f3f |
UTF-8 | 塋ゅ뎴兀덄떥 | 111001011010000110001011111000111000001010000101111010111000111010110100111001011000010110000000111010111000110110000100111010111001011010100101 | e5a18be38285eb8eb4e58580eb8d84eb96a5 |
UHC | 塋ゅ뎴兀덄떥 | 111001111010101110101010111001011000100110000111111010001011010010001000111001111000101110111000 | e7abaae58987e8b488e78bb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)