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 | ???闇?? | 00111111001111110011111110001000110001010011111100111111 | 3f3f3f88c53f3f |
EUC-JP | ???闇?? | 00111111001111110011111110110000110001110011111100111111 | 3f3f3fb0c73f3f |
UTF-8 | 娛붺뵽闇묌릶 | 111001011010100010011011111010111011011010111010111010111011010110111101111010011001011110000111111010111010110010001100111010111010011010110110 | e5a89bebb6baebb5bde99787ebac8ceba6b6 |
UHC | 娛붺뵽闇묌릶 | 111001111111010010010100111001111001010010111011111001001110000110010001111010011001000010010100 | e7f494e794bbe4e191e99094 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)