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 | ??????H | 00111111001111110011111100111111001111110011111101001000 | 3f3f3f3f3f3f48 |
SJIS-WIN | ??????H | 00111111001111110011111100111111001111110011111101001000 | 3f3f3f3f3f3f48 |
EUC-JP | ??????H | 00111111001111110011111100111111001111110011111101001000 | 3f3f3f3f3f3f48 |
UTF-8 | 묹뭊몼묿뭁뫒H | 11101011101011001011100111101011101011011000101011101011101010101011110011101011101011001011111111101011101011011000000111101011101010111001001001001000 | ebacb9ebad8aebaabcebacbfebad81ebab9248 |
UHC | 묹뭊몼묿뭁뫒H | 10010010010011001001001001010101100100011010000110010010010011101001001001010000100100011011010001001000 | 924c925591a1924e925091b448 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)