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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 淫l?淫??B | 10001000111110101000001010001100001111111000100011111010001111110011111101000010 | 88fa828c3f88fa3f3f42 |
EUC-JP | 淫l?淫??B | 10110000111111001010001111101100001111111011000011111100001111110011111101000010 | b0fca3ec3fb0fc3f3f42 |
UTF-8 | 淫l넩淫쇱뀮B | 11100110101101111010101111101111101111011000110011101011100001001010100111100110101101111010101111101100100001111011000111101011100000001010111001000010 | e6b7abefbd8ceb84a9e6b7abec87b1eb80ae42 |
UHC | 淫l넩淫쇱뀮B | 11101011111000101010001111101100100001101010100111101011111000101011110011101100100001011010010001000010 | ebe2a3ec86a9ebe2bcec85a442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)