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 | ???愉f? | 0011111100111111001111111001011011111001100000101000011000111111 | 3f3f3f96f982863f |
EUC-JP | ???愉f? | 0011111100111111001111111100110011111011101000111110011000111111 | 3f3f3fccfba3e63f |
UTF-8 | 列룸떣愉f씭 | 111011111010011010011100111010111010001110111000111010111001011010100011111001101000010010001001111011111011110110000110111011001001010010101101 | efa69ceba3b8eb96a3e68489efbd86ec94ad |
UHC | 列룸떣愉f씭 | 111001101110101010110111111010111000101110110111111010101111000010100011111001101001110110111110 | e6eab7eb8bb7eaf0a3e69dbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)