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 | 揄????? | 10011101100010010011111100111111001111110011111100111111 | 9d893f3f3f3f3f |
EUC-JP | 揄????? | 11011001111010010011111100111111001111110011111100111111 | d9e93f3f3f3f3f |
UTF-8 | 揄븅찗硫욌벟 | 111001101000111110000100111010111011100010000101111011001011000010010111111011111010011110001110111011001001101010001100111010111011001010011111 | e68f84ebb885ecb097efa78eec9a8cebb29f |
UHC | 揄븅찗硫욌벟 | 111010101111000110111010111010011010100110010111111010111010100110011110111010111001001110111010 | eaf1bae9a997eba99eeb93ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)