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 | 專驀?? | 100110111001001111101001011111010011111100111111 | 9b93e97d3f3f |
EUC-JP | 專驀?? | 110101011111001111110001110111100011111100111111 | d5f3f1de3f3f |
UTF-8 | 專驀렱렪 | 111001011011000010001000111010011010100110000000111010111010000010110001111010111010000010101010 | e5b088e9a980eba0b1eba0aa |
UHC | 專驀렱렪 | 1110111011110110110110001110100110001110101111101000111010111000 | eef6d8e98ebe8eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)