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 | ??BhE??BhEB | 0011111100111111010000100110100001000101001111110011111101000010011010000100010101000010 | 3f3f4268453f3f42684542 |
SJIS-WIN | ??BhE??BhEB | 0011111100111111010000100110100001000101001111110011111101000010011010000100010101000010 | 3f3f4268453f3f42684542 |
EUC-JP | ??BhE??BhEB | 0011111100111111010000100110100001000101001111110011111101000010011010000100010101000010 | 3f3f4268453f3f42684542 |
UTF-8 | 횂혪BhE횂혪BhEB | 11101101100110101000001011101101100110001010101001000010011010000100010111101101100110101000001011101101100110001010101001000010011010000100010101000010 | ed9a82ed98aa426845ed9a82ed98aa42684542 |
UHC | 횂혪BhE횂혪BhEB | 110000111000001011000010100100100100001001101000010001011100001110000010110000101001001001000010011010000100010101000010 | c382c292426845c382c29242684542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)