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 | DDB{ | 100100100100010001000100100100100100001001111011 | 92444492427b |
SJIS-WIN | ?DD?B{ | 001111110100010001000100001111110100001001111011 | 3f44443f427b |
EUC-JP | ?DD?B{ | 001111110100010001000100001111110100001001111011 | 3f44443f427b |
UTF-8 | DDB{ | 1100001010010010010001000100010011000010100100100100001001111011 | c2924444c292427b |
UHC | ?DD?B{ | 001111110100010001000100001111110100001001111011 | 3f44443f427b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)