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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?膝?? | 0011111110010101010001110011111100111111 | 3f95473f3f |
EUC-JP | ?膝?? | 0011111111001001101010000011111100111111 | 3fc9a83f3f |
UTF-8 | 룶膝룵괄 | 111010111010001110110110111010001000011010011101111010111010001110110101111010101011010010000100 | eba3b6e8869deba3b5eab484 |
UHC | 룶膝룵괄 | 1000111110101011111000111010001110001111101010101011000011111101 | 8fabe3a38faab0fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)