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 | 癲??悠ε? | 111000011001111100111111001111111001011101001001100000111100001100111111 | e19f3f3f974983c33f |
EUC-JP | 癲??悠ε? | 111000101010000100111111001111111100110110101010101001101100010100111111 | e2a13f3fcdaaa6c53f |
UTF-8 | 癲뉖빒悠ε렚 | 1110011110011001101100101110101110001001100101101110101110111001100100101110011010000010101000001100111010110101111010111010000010011010 | e799b2eb8996ebb992e682a0ceb5eba09a |
UHC | 癲뉖빒悠ε렚 | 111011111010011010000111111010111001010110110110111010101110110110100101111001011000111010101101 | efa687eb95b6eaeda5e58ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)