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 | 予?????? | 1001011101011100001111110011111100111111001111110011111100111111 | 975c3f3f3f3f3f3f |
EUC-JP | 予?????? | 1100110110111101001111110011111100111111001111110011111100111111 | cdbd3f3f3f3f3f3f |
UTF-8 | 予꿱뱫溜딅졁琉 | 111001001011101010001000111010101011111110110001111010111011000110101011111011111010011110001011111010111001010010000101111011001010000110000001111011111010011110001100 | e4ba88eabfb1ebb1abefa78beb9485eca181efa78c |
UHC | 予꿱뱫溜딅졁琉 | 1110010111111000101100101110100010010011100100011110101011111110100010101110101110100000101100101110101110100100 | e5f8b2e89391eafe8aeba0b2eba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)