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 | 鈼叱鴒漆 | 1111101111000110100011101011011011101001111101111000111010111101 | fbc68eb6e9f78ebd |
EUC-JP | 鈼叱鴒漆 | 100011111110001111010110101111001011100011110010111110011011110010111111 | 8fe3d6bcb8f2f9bcbf |
UTF-8 | 鈼叱鴒漆 | 111010011000100010111100111001011000111110110001111010011011010010010010111001101011110010000110 | e988bce58fb1e9b492e6bc86 |
UHC | ?叱?漆 | 001111111111001011101010001111111111011011010100 | 3ff2ea3ff6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)