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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???幽??? | 0011111100111111001111111001011101001000001111110011111100111111 | 3f3f3f97483f3f3f |
EUC-JP | ???幽??? | 0011111100111111001111111100110110101001001111110011111100111111 | 3f3f3fcda93f3f3f |
UTF-8 | 捻꿔겚幽됰옙捻 | 111011111010011010100100111010101011111110010100111010101011001010011010111001011011100110111101111010111001000010110000111011001001100010011001111011111010011010100100 | efa6a4eabf94eab29ae5b9bdeb90b0ec9899efa6a4 |
UHC | 捻꿔겚幽됰옙捻 | 1110011011110111101100101110001110000001101100011110101011101011100010011110101110111111101111011110011011110111 | e6f7b2e381b1eaeb89ebbfbde6f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)