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 | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-WIN | 謁秧L謁秧L^ | 1000100101111001111000100101111001001100100010010111100111100010010111100100110001011110 | 8979e25e4c8979e25e4c5e |
EUC-JP | 謁秧L謁秧L^ | 1011000111011010111000111011111101001100101100011101101011100011101111110100110001011110 | b1dae3bf4cb1dae3bf4c5e |
UTF-8 | 謁秧L謁秧L^ | 111010001010110010000001111001111010011110100111010011001110100010101100100000011110011110100111101001110100110001011110 | e8ac81e7a7a74ce8ac81e7a7a74c5e |
UHC | 謁秧L謁秧L^ | 1110010011010111111001001110101101001100111001001101011111100100111010110100110001011110 | e4d7e4eb4ce4d7e4eb4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)