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 | ?胚???? | 00111111111000111111001100111111001111110011111100111111 | 3fe3f33f3f3f3f |
EUC-JP | ?胚???? | 00111111111001101111010100111111001111110011111100111111 | 3fe6f53f3f3f3f |
UTF-8 | 렺胚렻렊렺렒 | 111010111010000010111010111010001000001110011010111010111010000010111011111010111010000010001010111010111010000010111010111010111010000010010010 | eba0bae8839aeba0bbeba08aeba0baeba092 |
UHC | 렺胚렻렊렺렒 | 100011101100001011011011110011111000111011000011100011101010000110001110110000101000111010100111 | 8ec2dbcf8ec38ea18ec28ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)