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 | 臟??饒?? | 1110010001100110001111110011111111101001011000000011111100111111 | e4663f3fe9603f3f |
EUC-JP | 臟??饒?? | 1110011111000111001111110011111111110001110000010011111100111111 | e7c73f3ff1c13f3f |
UTF-8 | 臟뚲끁饒륃뱱 | 111010001000011110011111111010111001101010110010111010111000000110000001111010011010010110010010111010111010010110000011111010111011000110110001 | e8879feb9ab2eb8181e9a592eba583ebb1b1 |
UHC | 臟뚲끁饒륃뱱 | 111011011111010010001100111011101000010110110111111010011010111010001111111011101001001110010111 | edf48cee85b7e9ae8fee9397 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)