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 | 傭??逆?? | 1001011101100010001111110011111110001011011101000011111100111111 | 97623f3f8b743f3f |
EUC-JP | 傭??逆?? | 1100110111000011001111110011111110110101110101010011111100111111 | cdc33f3fb5d53f3f |
UTF-8 | 傭사쵖逆곲늉 | 111001011000001010101101111011001000001010101100111011001011010110010110111010011000000010000110111010101011001110110010111010111000101010001001 | e582adec82acecb596e98086eab3b2eb8a89 |
UHC | 傭사쵖逆곲늉 | 111010011011011010111011111001111010110010011000111001101011110110000001111010011011010010111111 | e9b6bbe7ac98e6bd81e9b4bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)