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 | ??????O | 00111111001111110011111100111111001111110011111101001111 | 3f3f3f3f3f3f4f |
SJIS-WIN | ?但????O | 0011111110010010010000010011111100111111001111110011111101001111 | 3f92413f3f3f3f4f |
EUC-JP | ?但????O | 0011111111000011101000100011111100111111001111110011111101001111 | 3fc3a23f3f3f3f4f |
UTF-8 | 렺但렻렊렺렱O | 11101011101000001011101011100100101111011000011011101011101000001011101111101011101000001000101011101011101000001011101011101011101000001011000101001111 | eba0bae4bd86eba0bbeba08aeba0baeba0b14f |
UHC | 렺但렻렊렺렱O | 10001110110000101101001110100011100011101100001110001110101000011000111011000010100011101011111001001111 | 8ec2d3a38ec38ea18ec28ebe4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)