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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 遙??\ | 1110101010100001001111110011111101011100 | eaa13f3f5c |
EUC-JP | 遙??\ | 1111010010100011001111110011111101011100 | f4a33f3f5c |
UTF-8 | 遙댐숴\ | 11101001100000011001100111101011100011001001000011101100100010001011010001011100 | e98199eb8c90ec88b45c |
UHC | 遙댐숴\ | 11101001101010111011010011101111101111011010010001011100 | e9abb4efbda45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)