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 | 濵ィ贒予 | 11111011010011011010100011111011101011111001011101011100 | fb4da8fbaf975c |
EUC-JP | 濵ィ贒予 | 10001111110010011010011010001110101010001000111111011111110000111100110110111101 | 8fc9a68ea88fdfc3cdbd |
UTF-8 | 濵ィ贒予 | 111001101011111110110101111011111011110110101000111010001011010010010010111001001011101010001000 | e6bfb5efbda8e8b492e4ba88 |
UHC | ???予 | 0011111100111111001111111110010111111000 | 3f3f3fe5f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)