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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 肄?蹄?? | 11100011111001010011111110010010111110110011111100111111 | e3e53f92fb3f3f |
EUC-JP | 肄?蹄?? | 11100110111001110011111111000100111111010011111100111111 | e6e73fc4fd3f3f |
UTF-8 | 肄렪蹄ㅺ렡 | 111010001000001010000100111010111010000010101010111010001011100110000100111000111000010110111010111010111010000010100001 | e88284eba0aae8b984e385baeba0a1 |
UHC | 肄렪蹄ㅺ렡 | 11101100101111011000111010111000111100001011010010100100111010101000111010110010 | ecbd8eb8f0b4a4ea8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)