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 | 亦??椅ζ? | 100101101001001000111111001111111000100011010110100000111100010000111111 | 96923f3f88d683c43f |
EUC-JP | 亦??椅ζ? | 110010111111001000111111001111111011000011011000101001101100011000111111 | cbf23f3fb0d8a6c63f |
UTF-8 | 亦껁끆椅ζ궇 | 1110010010111010101001101110101010111011100000011110101110000001100001101110011010100100100001011100111010110110111010101011011010000111 | e4baa6eabb81eb8186e6a485ceb6eab687 |
UHC | 亦껁끆椅ζ궇 | 111001101011001010000011111000111000010110111010111010111111010110100101111001101000001010100000 | e6b283e385baebf5a5e682a0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)