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 | ???z | 00111111001111110011111101111010 | 3f3f3f7a |
SJIS-WIN | 俎粗?z | 100110001101011110010001011001010011111101111010 | 98d791653f7a |
EUC-JP | 俎粗杈z | 1101000011011001110000011100011010001111110000101111101001111010 | d0d9c1c68fc2fa7a |
UTF-8 | 俎粗杈z | 11100100101111111000111011100111101100101001011111100110100111011000100001111010 | e4bf8ee7b297e69d887a |
UHC | 俎粗?z | 111100001011101111110000110110000011111101111010 | f0bbf0d83f7a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)