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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 躍??逸?? | 1001011011110100001111110011111110001000111011010011111100111111 | 96f43f3f88ed3f3f |
EUC-JP | 躍??逸?ˇ | 11001100111101100011111100111111101100001110111100111111100011111010001010110000 | ccf63f3fb0ef3f8fa2b0 |
UTF-8 | 躍노쨪逸뷸ˇ | 1110100010111010100011011110101110000101101110001110110010101000101010101110100110000000101110001110101110110111101110001100101110000111 | e8ba8deb85b8eca8aae980b8ebb7b8cb87 |
UHC | 躍노쨪逸뷸ˇ | 111001011011100010110011111010111010010010000100111011001110111110111010111001101010001010100111 | e5b8b3eba484ecefbae6a2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)