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 | 邀?/節 | 11100111101100010011111110000001010111101001000011011111 | e7b13f815e90df |
EUC-JP | 邀?/節 | 11101110101100110011111110100001101111111100000011100001 | eeb33fa1bfc0e1 |
UTF-8 | 邀띸/節 | 111010011000001010000000111010111001110110111000111011111011110010001111111001111010111110000000 | e98280eb9db8efbc8fe7af80 |
UHC | 邀띸/節 | 1110100110101101100011011110011110100011101011111110111110111101 | e9ad8de7a3afefbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)