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 | 漆霆レ | 11110000111000011000111010111101111010001011101111011010 | f0e18ebde8bbda |
EUC-JP | ?漆霆レ | 00111111101111001011111111110000101111011000111011011010 | 3fbcbff0bd8eda |
UTF-8 | 漆霆レ | 111011101000001010100000111001101011110010000110111010011001110010000110111011111011111010011010 | ee82a0e6bc86e99c86efbe9a |
UHC | ?漆霆? | 001111111111011011010100111011111111110100111111 | 3ff6d4effd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)