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 | 提?新?え? | 100100101111000100111111100100000101011000111111100000101010011000111111 | 92f13f90563f82a63f |
EUC-JP | 提?新?え? | 110001001111001100111111101111111011011100111111101001001010100000111111 | c4f33fbfb73fa4a83f |
UTF-8 | 提렍新찰え렧 | 111001101000111110010000111010111010000010001101111001101001011010110000111011001011000010110000111000111000000110001000111010111010000010100111 | e68f90eba08de696b0ecb0b0e38188eba0a7 |
UHC | 提렍新찰え렧 | 111100001010101110001110101000111110001111100110110000101111101110101010101010001000111010110110 | f0ab8ea3e3e6c2fbaaa88eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)