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 | 頸湿鈆雫 | 1110100011110010100011101011110011111011110000011000111010110100 | e8f28ebcfbc18eb4 |
EUC-JP | 頸湿鈆雫 | 111100001111010010111100101111101000111111100011101111001011110010110110 | f0f4bcbe8fe3bcbcb6 |
UTF-8 | 頸湿鈆雫 | 111010011010000010111000111001101011100110111111111010011000100010000110111010011001101110101011 | e9a0b8e6b9bfe98886e99bab |
UHC | 頸??? | 1100110011110010001111110011111100111111 | ccf23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)