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 | ???豫?? | 00111111001111110011111110011000101011000011111100111111 | 3f3f3f98ac3f3f |
EUC-JP | ???豫?? | 00111111001111110011111111010000101011100011111100111111 | 3f3f3fd0ae3f3f |
UTF-8 | 醴노뜧豫븃넶 | 111011111010011010110111111010111000010110111000111010111001110010100111111010001011000110101011111010111011100010000011111010111000010010110110 | efa6b7eb85b8eb9ca7e8b1abebb883eb84b6 |
UHC | 醴노뜧豫븃넶 | 111001111110010010110011111010111000110110101010111001111110001110111010111010001000011010110011 | e7e4b3eb8daae7e3bae886b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)