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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 遵?? | 10001111100001010011111100111111 | 8f853f3f |
EUC-JP | 遵?? | 10111101111001010011111100111111 | bde53f3f |
UTF-8 | 遵뀄렩 | 111010011000000110110101111010111000000010000100111010111010000010101001 | e981b5eb8084eba0a9 |
UHC | 遵뀄렩 | 111100011110010110110010111011011000111010110111 | f1e5b2ed8eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)