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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 遙??? | 1110101010100001001111110011111100111111 | eaa13f3f3f |
EUC-JP | 遙??? | 1111010010100011001111110011111100111111 | f4a33f3f3f |
UTF-8 | 遙볥죨溜 | 111010011000000110011001111010111011001110100101111011001010001110101000111011111010011110001011 | e98199ebb3a5eca3a8efa78b |
UHC | 遙볥죨溜 | 1110100110101011100100111110101110100001100000111110101011111110 | e9ab93eba183eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)