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 | 鴨??油?? | 1000101010011011001111110011111110010110111110110011111100111111 | 8a9b3f3f96fb3f3f |
EUC-JP | 鴨??油?? | 1011001111111011001111110011111111001100111111010011111100111111 | b3fb3f3fccfd3f3f |
UTF-8 | 鴨앹뭿油딉쭔 | 111010011011010010101000111011001001010110111001111010111010110110111111111001101011001010111001111010111001010010001001111011001010110110010100 | e9b4a8ec95b9ebadbfe6b2b9eb9489ecad94 |
UHC | 鴨앹뭿油딉쭔 | 111001001110010110011101111011001001001010001110111010101111101010001010111011111010011110001100 | e4e59dec928eeafa8aefa78c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)