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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?刎?? | 0011111110011001100001100011111100111111 | 3f99863f3f |
EUC-JP | ?刎?? | 0011111111010001111001100011111100111111 | 3fd1e63f3f |
UTF-8 | 뤒刎뤕빡 | 111010111010010010010010111001011000100010001110111010111010010010010101111010111011100110100001 | eba492e5888eeba495ebb9a1 |
UHC | 뤒刎뤕빡 | 1000111111000010110110011111101110001111110001011011101011111101 | 8fc2d9fb8fc5bafd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)