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 | 癲??違ら? | 111000011001111100111111001111111000100011100001100000101110011100111111 | e19f3f3f88e182e73f |
EUC-JP | 癲??違ら? | 111000101010000100111111001111111011000011100011101001001110100100111111 | e2a13f3fb0e3a4e93f |
UTF-8 | 癲잆끇違ら뜮 | 111001111001100110110010111011001001111010000110111010111000000110000111111010011000000110010101111000111000001010001001111010111001110010101110 | e799b2ec9e86eb8187e98195e38289eb9cae |
UHC | 癲잆끇違ら뜮 | 111011111010011010011111111000111000010110111011111010101101111010101010111010011000110110101110 | efa69fe385bbeadeaae98dae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)