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 | ?P???L^ | 00111111010100000011111100111111001111110100110001011110 | 3f503f3f3f4c5e |
SJIS-WIN | ?P???L^ | 00111111010100000011111100111111001111110100110001011110 | 3f503f3f3f4c5e |
EUC-JP | ?P???L^ | 00111111010100000011111100111111001111110100110001011110 | 3f503f3f3f4c5e |
UTF-8 | 혰P혘횋혖L^ | 111011011001100010110000010100001110110110011000100110001110110110011010100010111110110110011000100101100100110001011110 | ed98b050ed9898ed9a8bed98964c5e |
UHC | 혰P혘횋혖L^ | 1100001010010111010100001100001010000011110000111000100111000010100000010100110001011110 | c29750c283c389c2814c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)