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 | 妊??阜 | 100101000100010000111111001111111001010110001100 | 94443f3f958c |
EUC-JP | 妊??阜 | 110001111010010100111111001111111100100111101100 | c7a53f3fc9ec |
UTF-8 | 妊펠렫阜 | 111001011010011010001010111011011000111010100000111010111010000010101011111010011001100010011100 | e5a68aed8ea0eba0abe9989c |
UHC | 妊펠렫阜 | 1110110011110100110001101110011110001110101110011101110110111101 | ecf4c6e78eb9ddbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)