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 | ??????Y | 00111111001111110011111100111111001111110011111101011001 | 3f3f3f3f3f3f59 |
SJIS-WIN | 癲??矣??Y | 111000011001111100111111001111111110000111100001001111110011111101011001 | e19f3f3fe1e13f3f59 |
EUC-JP | 癲??矣??Y | 111000101010000100111111001111111110001011100011001111110011111101011001 | e2a13f3fe2e33f3f59 |
UTF-8 | 癲졻뵩矣곕뮕Y | 11100111100110011011001011101100101000011011101111101011101101011010100111100111100111111010001111101010101100111001010111101011101011101001010101011001 | e799b2eca1bbebb5a9e79fa3eab395ebae9559 |
UHC | 癲졻뵩矣곕뮕Y | 11101111101001101010000011100010100101001010011111101011111110001011000011101011100100101010000101011001 | efa6a0e294a7ebf8b0eb92a159 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)