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 | 筰瞠矚筰瞠矚^ | 11100010101010011110000111010011111000011101111111100010101010011110000111010011111000011101111101011110 | e2a9e1d3e1dfe2a9e1d3e1df5e |
EUC-JP | 筰瞠矚筰瞠矚^ | 11100100101010111110001011010101111000101110000111100100101010111110001011010101111000101110000101011110 | e4abe2d5e2e1e4abe2d5e2e15e |
UTF-8 | 筰瞠矚筰瞠矚^ | 11100111101011011011000011100111100111101010000011100111100111111001101011100111101011011011000011100111100111101010000011100111100111111001101001011110 | e7adb0e79ea0e79f9ae7adb0e79ea0e79f9a5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)