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 | 遵?蔭? | 100011111000010100111111100010001111110000111111 | 8f853f88fc3f |
EUC-JP | 遵?蔭? | 101111011110010100111111101100001111111000111111 | bde53fb0fe3f |
UTF-8 | 遵렗蔭렊 | 111010011000000110110101111010111010000010010111111010001001010010101101111010111010000010001010 | e981b5eba097e894adeba08a |
UHC | 遵렗蔭렊 | 1111000111100101100011101010110011101011111000111000111010100001 | f1e58eacebe38ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)