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 | ??@???? | 00111111001111110100000000111111001111110011111100111111 | 3f3f403f3f3f3f |
SJIS-WIN | ??@???? | 00111111001111110100000000111111001111110011111100111111 | 3f3f403f3f3f3f |
EUC-JP | ??@???? | 00111111001111110100000000111111001111110011111100111111 | 3f3f403f3f3f3f |
UTF-8 | 렻렊@렺뭘렺ㅔ | 11101011101000001011101111101011101000001000101001000000111010111010000010111010111010111010110110011000111010111010000010111010111000111000010110010100 | eba0bbeba08a40eba0baebad98eba0bae38594 |
UHC | 렻렊@렺뭘렺ㅔ | 10001110110000111000111010100001010000001000111011000010101110011011101110001110110000101010010011000100 | 8ec38ea1408ec2b9bb8ec2a4c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)