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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 렫렺렠롒렫렺 | 111010111010000010101011111010111010000010111010111010111010000010100000111010111010000110010010111010111010000010101011111010111010000010111010 | eba0abeba0baeba0a0eba192eba0abeba0ba |
UHC | 렫렺렠롒렫렺 | 100011101011100110001110110000101000111010110001100011101101011110001110101110011000111011000010 | 8eb98ec28eb18ed78eb98ec2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)