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 | 荼翫喉鐔緒州 | 111001001011011010001010111000111000110101000001111010000101110010001111100011111000111101000010 | e4b68ae38d41e85c8f8f8f42 |
EUC-JP | 荼翫喉鐔緒州 | 111010001011100010110100111001011011100110100010111011111011110110111101111011111011110110100011 | e8b8b4e5b9a2efbdbdefbda3 |
UTF-8 | 荼翫喉鐔緒州 | 111010001000110110111100111001111011111110101011111001011001011010001001111010011001000010010100111001111011011110010010111001011011011110011110 | e88dbce7bfabe59689e99094e7b792e5b79e |
UHC | ?翫喉??州 | 001111111110100011010001111111011010101000111111001111111111000110110110 | 3fe8d1fdaa3f3ff1b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)