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 | 驕呈噴驕 | 1110100110000001100100101110011010010101101011001110100110000001 | e98192e695ace981 |
EUC-JP | 驕呈噴驕 | 1111000111100001110001001110100011001010101011101111000111100001 | f1e1c4e8caaef1e1 |
UTF-8 | 驕呈噴驕 | 111010011010100110010101111001011001000110001000111001011001100110110100111010011010100110010101 | e9a995e59188e599b4e9a995 |
UHC | 驕呈噴驕 | 1100111011110110111011111101000011011101110001001100111011110110 | cef6efd0ddc4cef6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)