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 | G½¨H | 10010010010001111001000110111101100100011010100010010010010010001001000110011111 | 924791bd91a89248919f |
SJIS-WIN | ?G???¨?H?? | 0011111101000111001111110011111100111111100000010100111000111111010010000011111100111111 | 3f473f3f3f814e3f483f3f |
EUC-JP | ?G???¨?H?? | 0011111101000111001111110011111100111111101000011010111100111111010010000011111100111111 | 3f473f3f3fa1af3f483f3f |
UTF-8 | G½¨H | 110000101001001001000111110000101001000111000010101111011100001010010001110000101010100011000010100100100100100011000010100100011100001010011111 | c29247c291c2bdc291c2a8c29248c291c29f |
UHC | ?G?½?¨?H?? | 001111110100011100111111101010001111011000111111101000011010011100111111010010000011111100111111 | 3f473fa8f63fa1a73f483f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)