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 | ?O?|}?O?|{^ | 0011111101001111001111110111110001111101001111110100111100111111011111000111101101011110 | 3f4f3f7c7d3f4f3f7c7b5e |
SJIS-WIN | ?O?|}?O?|{^ | 0011111101001111001111110111110001111101001111110100111100111111011111000111101101011110 | 3f4f3f7c7d3f4f3f7c7b5e |
EUC-JP | ?O?|}?O?|{^ | 0011111101001111001111110111110001111101001111110100111100111111011111000111101101011110 | 3f4f3f7c7d3f4f3f7c7b5e |
UTF-8 | 혰O찼|}혰O찼|{^ | 11101101100110001011000001001111111011001011000010111100011111000111110111101101100110001011000001001111111011001011000010111100011111000111101101011110 | ed98b04fecb0bc7c7ded98b04fecb0bc7c7b5e |
UHC | 혰O찼|}혰O찼|{^ | 110000101001011101001111110000111010000101111100011111011100001010010111010011111100001110100001011111000111101101011110 | c2974fc3a17c7dc2974fc3a17c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)