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 | 瀛??阿?? | 1110000001101001001111110011111110001000101000100011111100111111 | e0693f3f88a23f3f |
EUC-JP | 瀛??阿?? | 1101111111001010001111110011111110110000101001000011111100111111 | dfca3f3fb0a43f3f |
UTF-8 | 瀛륂뢐阿뚥돶 | 111001111000000010011011111010111010010110000010111010111010001010010000111010011001100010111111111010111001101010100101111010111000111110110110 | e7809beba582eba290e998bfeb9aa5eb8fb6 |
UHC | 瀛륂뢐阿뚥돶 | 111001111011101010001111111011011000111101001011111001001011100110001100111001001000100110111001 | e7ba8fed8f4be4b98ce489b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)