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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ?曜??曜?B | 001111111001011101101010001111110011111110010111011010100011111101000010 | 3f976a3f3f976a3f42 |
EUC-JP | ?曜??曜?B | 001111111100110111001011001111110011111111001101110010110011111101000010 | 3fcdcb3f3fcdcb3f42 |
UTF-8 | 쏮曜敭쏮曜敭B | 11101100100011111010111011100110100110111001110011100110100101011010110111101100100011111010111011100110100110111001110011100110100101011010110101000010 | ec8faee69b9ce695adec8faee69b9ce695ad42 |
UHC | 쏮曜敭쏮曜敭B | 10011100010011011110100011111000111001011100001010011100010011011110100011111000111001011100001001000010 | 9c4de8f8e5c29c4de8f8e5c242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)