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 | ?但???龍 | 0011111110010010010000010011111100111111001111111001011110110100 | 3f92413f3f3f97b4 |
EUC-JP | ?但???龍 | 0011111111000011101000100011111100111111001111111100111010110110 | 3fc3a23f3f3fceb6 |
UTF-8 | 렺但렻렔렺龍 | 111010111010000010111010111001001011110110000110111010111010000010111011111010111010000010010100111010111010000010111010111010011011111010001101 | eba0bae4bd86eba0bbeba094eba0bae9be8d |
UHC | 렺但렻렔렺龍 | 100011101100001011010011101000111000111011000011100011101010100110001110110000101101011110100011 | 8ec2d3a38ec38ea98ec2d7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)