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 | 壯??曜?? | 1001101011100001001111110011111110010111011010100011111100111111 | 9ae13f3f976a3f3f |
EUC-JP | 壯??曜?? | 1101010011100011001111110011111111001101110010110011111100111111 | d4e33f3fcdcb3f3f |
UTF-8 | 壯삼스曜랃숯 | 111001011010001110101111111011001000001010111100111011001000101010100100111001101001101110011100111010111001111010000011111011001000100010101111 | e5a3afec82bcec8aa4e69b9ceb9e83ec88af |
UHC | 壯삼스曜랃숯 | 111011011110000010111011111011111011110110111010111010001111100010001101111011111011110110100001 | ede0bbefbdbae8f88defbda1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)