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^ | 1001001001000010100100011010110101001100100100100100001010010001101011010100110001011110 | 924291ad4c924291ad4c5e |
EUC-JP | 達俗L達俗L^ | 1100001110100011110000101010111101001100110000111010001111000010101011110100110001011110 | c3a3c2af4cc3a3c2af4c5e |
UTF-8 | 達俗L達俗L^ | 111010011000000110010100111001001011111110010111010011001110100110000001100101001110010010111111100101110100110001011110 | e98194e4bf974ce98194e4bf974c5e |
UHC | 達俗L達俗L^ | 1101001110111001111000011101010001001100110100111011100111100001110101000100110001011110 | d3b9e1d44cd3b9e1d44c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)