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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | シヲ省ス^ | 11110010111101001011110010100110100011111100100011111000101111001011110101011110 | f2f4bca68fc8f8bcbd5e |
EUC-JP | ?シヲ省?ス^ | 0011111110001110101111001000111010100110101111101100101000111111100011101011110101011110 | 3f8ebc8ea6beca3f8ebd5e |
UTF-8 | シヲ省ス^ | 11101110100010001010101111101111101111011011110011101111101111011010011011100111100111001000000111101110100110011001101111101111101111011011110101011110 | ee88abefbdbcefbda6e79c81ee999befbdbd5e |
UHC | ???省??^ | 0011111100111111001111111110000011111101001111110011111101011110 | 3f3f3fe0fd3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)