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 | ?礪冕? | 001111111110000111101000100110010110101000111111 | 3fe1e8996a3f |
EUC-JP | ?礪冕? | 001111111110001011101010110100011100101100111111 | 3fe2ead1cb3f |
UTF-8 | 륁礪冕쫷 | 111010111010010110000001111001111010010010101010111001011000011010010101111011001010101110110111 | eba581e7a4aae58695ecabb7 |
UHC | 륁礪冕쫷 | 1000111111101100110101011110110011011000111101001010011010001110 | 8fecd5ecd8f4a68e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)