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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?瓮??瓮?^ | 001111111110000101000100001111110011111111100001010001000011111101011110 | 3fe1443f3fe1443f5e |
EUC-JP | ?瓮??瓮?^ | 001111111110000110100101001111110011111111100001101001010011111101011110 | 3fe1a53f3fe1a53f5e |
UTF-8 | 쒋瓮앢쒋瓮앢^ | 11101100100100101000101111100111100100111010111011101100100101011010001011101100100100101000101111100111100100111010111011101100100101011010001001011110 | ec928be793aeec95a2ec928be793aeec95a25e |
UHC | 쒋瓮앢쒋瓮앢^ | 10011100111000101110100010110111100111011101110010011100111000101110100010110111100111011101110001011110 | 9ce2e8b79ddc9ce2e8b79ddc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)