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 | ???饒?? | 00111111001111110011111111101001011000000011111100111111 | 3f3f3fe9603f3f |
EUC-JP | ???饒?? | 00111111001111110011111111110001110000010011111100111111 | 3f3f3ff1c13f3f |
UTF-8 | 歷쇽숴饒쀯쉬 | 111011111010011010001100111011001000011110111101111011001000100010110100111010011010010110010010111011001000000010101111111011001000100110101100 | efa68cec87bdec88b4e9a592ec80afec89ac |
UHC | 歷쇽숴饒쀯쉬 | 111001101011100010111100111011111011110110100100111010011010111010010111111011111011110110101100 | e6b8bcefbda4e9ae97efbdac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)