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 | ?????P?? | 0011111100111111001111110011111100111111010100000011111100111111 | 3f3f3f3f3f503f3f |
SJIS-WIN | ?????P?? | 0011111100111111001111110011111100111111010100000011111100111111 | 3f3f3f3f3f503f3f |
EUC-JP | ?????P?? | 0011111100111111001111110011111100111111010100000011111100111111 | 3f3f3f3f3f503f3f |
UTF-8 | 렺컵렢렻렮P렺냔 | 11101011101000001011101011101100101110111011010111101011101000001010001011101011101000001011101111101011101000001010111001010000111010111010000010111010111010111000001110010100 | eba0baecbbb5eba0a2eba0bbeba0ae50eba0baeb8394 |
UHC | 렺컵렢렻렮P렺냔 | 100011101100001011000100110001011000111010110011100011101100001110001110101110110101000010001110110000101011001111000110 | 8ec2c4c58eb38ec38ebb508ec2b3c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)