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^ | 001111110011111100111111010011000011111100111111001111110100110001011110 | 3f3f3f4c3f3f3f4c5e |
SJIS-WIN | ???L???L^ | 001111110011111100111111010011000011111100111111001111110100110001011110 | 3f3f3f4c3f3f3f4c5e |
EUC-JP | ???L???L^ | 001111110011111100111111010011000011111100111111001111110100110001011110 | 3f3f3f4c3f3f3f4c5e |
UTF-8 | 歷㏝쎁L歷㏝쎁L^ | 111011111010011010001100111000111000111110011101111011001000111010000001010011001110111110100110100011001110001110001111100111011110110010001110100000010100110001011110 | efa68ce38f9dec8e814cefa68ce38f9dec8e814c5e |
UHC | 歷㏝쎁L歷㏝쎁L^ | 111001101011100010100111111010011001101110101011010011001110011010111000101001111110100110011011101010110100110001011110 | e6b8a7e99bab4ce6b8a7e99bab4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)