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 | 迭?啼? | 100100110101001000111111100110100110010100111111 | 93523f9a653f |
EUC-JP | 迭?啼? | 110001011011001100111111110100111100011000111111 | c5b33fd3c63f |
UTF-8 | 迭롆啼렪 | 111010001011111110101101111010111010000110000110111001011001010110111100111010111010000010101010 | e8bfadeba186e595bceba0aa |
UHC | 迭롆啼렪 | 1111001011110111100011101100110011110000101001101000111010111000 | f2f78eccf0a68eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)