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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???野э?? | 001111110011111100111111100101101110110010000100100011110011111100111111 | 3f3f3f96ec848f3f3f |
EUC-JP | ???野э?? | 001111110011111100111111110011001110111010100111111011110011111100111111 | 3f3f3fcceea7ef3f3f |
UTF-8 | 溫뚳숯野э슛療 | 1110011010111010101010111110101110011010101100111110110010001000101011111110100110000111100011101101000110001101111011001000101010011011111011111010011110000001 | e6baabeb9ab3ec88afe9878ed18dec8a9befa781 |
UHC | 溫뚳숯野э슛療 | 1110100010101110100011001110111110111101101000011110010110101111101011001110111110111101101110001110100011111110 | e8ae8cefbda1e5afacefbdb8e8fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)