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 | 啼?肄??? | 1001101001100101001111111110001111100101001111110011111100111111 | 9a653fe3e53f3f3f |
EUC-JP | 啼?肄??? | 1101001111000110001111111110011011100111001111110011111100111111 | d3c63fe6e73f3f3f |
UTF-8 | 啼렮肄펠렯랜 | 111001011001010110111100111010111010000010101110111010001000001010000100111011011000111010100000111010111010000010101111111010111001111010011100 | e595bceba0aee88284ed8ea0eba0afeb9e9c |
UHC | 啼렮肄펠렯랜 | 111100001010011010001110101110111110110010111101110001101110011110001110101111001011011110100011 | f0a68ebbecbdc6e78ebcb7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)