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 | 淫??陰μ? | 100010001111101000111111001111111000100101000001100000111100101000111111 | 88fa3f3f894183ca3f |
EUC-JP | 淫??陰μ? | 101100001111110000111111001111111011000110100010101001101100110000111111 | b0fc3f3fb1a2a6cc3f |
UTF-8 | 淫몄넔陰μ꽠 | 1110011010110111101010111110101110101010100001001110101110000100100101001110100110011001101100001100111010111100111010101011110110100000 | e6b7abebaa84eb8494e999b0cebceabda0 |
UHC | 淫몄넔陰μ꽠 | 111010111110001010111000111011001000011010011101111010111110010010100101111011001000010010101101 | ebe2b8ec869debe4a5ec84ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)