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 | ?も?泣э┥ | 00111111100000101110000000111111100010111000001110000100100011111000010010111100 | 3f82e03f8b83848f84bc |
EUC-JP | ?も?泣э┥ | 00111111101001001110001000111111101101011110001110100111111011111010100010111110 | 3fa4e23fb5e3a7efa8be |
UTF-8 | 閭も뫅泣э┥ | 1110111110100110100001101110001110000010100000101110101110101011100001011110011010110011101000111101000110001101111000101001010010100101 | efa686e38282ebab85e6b3a3d18de294a5 |
UHC | 閭も뫅泣э┥ | 111001101010110110101010111000101001000110101000111010111110100010101100111011111010011010111110 | e6adaae291a8ebe8acefa6be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)