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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???釗?? | 00111111001111110011111111111011101110110011111100111111 | 3f3f3ffbbb3f3f |
EUC-JP | ???釗?? | 0011111100111111001111111000111111100011101001100011111100111111 | 3f3f3f8fe3a63f3f |
UTF-8 | 溜븐뵿釗숇젷 | 111011111010011110001011111010111011100010010000111010111011010110111111111010011000011110010111111011001000100010000111111011001010000010110111 | efa78bebb890ebb5bfe98797ec8887eca0b7 |
UHC | 溜븐뵿釗숇젷 | 111010101111111010111010111011001001010010111101111000011111001010011001111010111010000010101011 | eafebaec94bde1f299eba0ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)