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 | 祭攀?翁?? | 100011011101010110011101101100110011111110001001101001010011111100111111 | 8dd59db33f89a53f3f |
EUC-JP | 祭攀?翁?? | 101110101101011111011010101101010011111110110010101001110011111100111111 | bad7dab53fb2a73f3f |
UTF-8 | 祭攀떼翁댓렱 | 111001111010010110101101111001101001010010000000111010111001011010111100111001111011111110000001111010111000110010010011111010111010000010110001 | e7a5ade69480eb96bce7bf81eb8c93eba0b1 |
UHC | 祭攀떼翁댓렱 | 111100001010111011011010111001111011011010111100111010001011101010110100111100011000111010111110 | f0aedae7b6bce8bab4f18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)