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 | ?舅?? | 0011111111100100011011100011111100111111 | 3fe46e3f3f |
EUC-JP | ?舅?? | 0011111111100111110011110011111100111111 | 3fe7cf3f3f |
UTF-8 | 짹舅㉠갯 | 111011001010011110111001111010001000100010000101111000111000100110100000111010101011000010101111 | eca7b9e88885e389a0eab0af |
UHC | 짹舅㉠갯 | 1100001010110001110011111100000010101000101100011011000010111001 | c2b1cfc0a8b1b0b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)