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 | 遽檎ィョミ拿 | 111001111010111110001100111001111010100010101110110100001001110101011100 | e7af8ce7a8aed09d5c |
EUC-JP | 遽檎ィョミ拿 | 111011101011000110111000111010011000111010101000100011101010111010001110110100001101100110111101 | eeb1b8e98ea88eae8ed0d9bd |
UTF-8 | 遽檎ィョミ拿 | 111010011000000110111101111001101010101010001110111011111011110110101000111011111011110110101110111011111011111010010000111001101000101110111111 | e981bde6aa8eefbda8efbdaeefbe90e68bbf |
UHC | 遽檎???拿 | 110010111110100011010000110101010011111100111111001111111101000111011010 | cbe8d0d53f3f3fd1da |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)