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 | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
SJIS-WIN | 樽卒Lh樽卒L | 1001001001001101100100011011001001001100011010001001001001001101100100011011001001001100 | 924d91b24c68924d91b24c |
EUC-JP | 樽卒Lh樽卒L | 1100001110101110110000101011010001001100011010001100001110101110110000101011010001001100 | c3aec2b44c68c3aec2b44c |
UTF-8 | 樽卒Lh樽卒L | 111001101010100010111101111001011000110110010010010011000110100011100110101010001011110111100101100011011001001001001100 | e6a8bde58d924c68e6a8bde58d924c |
UHC | 樽卒Lh樽卒L | 1111000111011100111100001110111101001100011010001111000111011100111100001110111101001100 | f1dcf0ef4c68f1dcf0ef4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)