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 | 짹舅㉠랩 | 111011001010011110111001111010001000100010000101111000111000100110100000111010111001111010101001 | eca7b9e88885e389a0eb9ea9 |
UHC | 짹舅㉠랩 | 1100001010110001110011111100000010101000101100011011011110100110 | c2b1cfc0a8b1b7a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)