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 | 鴨??宥?? | 1000101010011011001111110011111110010111010001110011111100111111 | 8a9b3f3f97473f3f |
EUC-JP | 鴨??宥?? | 1011001111111011001111110011111111001101101010000011111100111111 | b3fb3f3fcda83f3f |
UTF-8 | 鴨밸뱢宥얏듉 | 111010011011010010101000111010111011000010111000111010111011000110100010111001011010111010100101111011001001011010001111111010111001001110001001 | e9b4a8ebb0b8ebb1a2e5aea5ec968feb9389 |
UHC | 鴨밸뱢宥얏듉 | 111001001110010110111001111010111001001110001000111010101110100110111110111001101000101010111100 | e4e5b9eb9388eae9bee68abc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)