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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 陰??陰ъ?\ | 10001001010000010011111100111111100010010100000110000100100011000011111101011100 | 89413f3f8941848c3f5c |
EUC-JP | 陰??陰ъ?\ | 10110001101000100011111100111111101100011010001010100111111011000011111101011100 | b1a23f3fb1a2a7ec3f5c |
UTF-8 | 陰먯꽏陰ъ넩\ | 111010011001100110110000111010111010100010101111111010101011110110001111111010011001100110110000110100011000101011101011100001001010100101011100 | e999b0eba8afeabd8fe999b0d18aeb84a95c |
UHC | 陰먯꽏陰ъ넩\ | 11101011111001001001000011101100100001001001111111101011111001001010110011101100100001101010100101011100 | ebe490ec849febe4acec86a95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)