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 | 漆霆ワ | 11110001111000011000111010111101111010001011101111011100 | f1e18ebde8bbdc |
EUC-JP | ?漆霆ワ | 00111111101111001011111111110000101111011000111011011100 | 3fbcbff0bd8edc |
UTF-8 | 漆霆ワ | 111011101000010110011100111001101011110010000110111010011001110010000110111011111011111010011100 | ee859ce6bc86e99c86efbe9c |
UHC | ?漆霆? | 001111111111011011010100111011111111110100111111 | 3ff6d4effd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)