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 | DOB¼ | 10010010010001000100111110010010010000101001000110111100 | 92444f924291bc |
SJIS-WIN | ?DO?B?? | 00111111010001000100111100111111010000100011111100111111 | 3f444f3f423f3f |
EUC-JP | ?DO?B?? | 00111111010001000100111100111111010000100011111100111111 | 3f444f3f423f3f |
UTF-8 | DOB¼ | 1100001010010010010001000100111111000010100100100100001011000010100100011100001010111100 | c292444fc29242c291c2bc |
UHC | ?DO?B?¼ | 0011111101000100010011110011111101000010001111111010100011111001 | 3f444f3f423fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)