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 | 汚??儼?? | 1000100110011000001111110011111110011001010101100011111100111111 | 89983f3f99563f3f |
EUC-JP | 汚??儼?? | 1011000111111000001111110011111111010001101101110011111100111111 | b1f83f3fd1b73f3f |
UTF-8 | 汚녶솳儼뺧풁 | 111001101011000110011010111010111000010110110110111011001000011010110011111001011000010010111100111010111011101010100111111011011001001010000001 | e6b19aeb85b6ec86b3e584bcebbaa7ed9281 |
UHC | 汚녶솳儼뺧풁 | 111001111111110110000110111001011001100110101000111001011111000010010101111011111011111010001010 | e7fd86e599a8e5f095efbe8a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)