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 | 霎ュ鬘疲 | 11101000101111101010110111101001101000011001010011100110 | e8beade9a194e6 |
EUC-JP | 霎ュ鬘疲 | 1111000011000000100011101010110111110010101000111100100011101000 | f0c08eadf2a3c8e8 |
UTF-8 | 霎ュ鬘疲 | 111010011001110010001110111011111011110110101101111010011010110010011000111001111001011010110010 | e99c8eefbdade9ac98e796b2 |
UHC | ???疲 | 0011111100111111001111111111100110101010 | 3f3f3ff9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)