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 | 漆雫 | 1111000011111001100011101011110111110010101011011000111010110100 | f0f98ebdf2ad8eb4 |
EUC-JP | ?漆?雫 | 001111111011110010111111001111111011110010110110 | 3fbcbf3fbcb6 |
UTF-8 | 漆雫 | 111011101000001010111000111001101011110010000110111011101000011110100100111010011001101110101011 | ee82b8e6bc86ee87a4e99bab |
UHC | ?漆?? | 0011111111110110110101000011111100111111 | 3ff6d43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)