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 | 紗雫灼 | 1111001011100011100011101101000110001110101101001000111011011100 | f2e38ed18eb48edc |
EUC-JP | ?紗雫灼 | 00111111101111001101001110111100101101101011110011011110 | 3fbcd3bcb6bcde |
UTF-8 | 紗雫灼 | 111011101000100010011010111001111011010010010111111010011001101110101011111001111000000110111100 | ee889ae7b497e99babe781bc |
UHC | ?紗?灼 | 001111111101111011101001001111111110110111000111 | 3fdee93fedc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)