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 | 訷樒濫驤蝉貅 | 111110111010010010011110111001111001011110010100111010011000100010010000111001001110011010111010 | fba49ee79794e98890e4e6ba |
EUC-JP | 訷樒濫驤蝉貅 | 10001111110111011101010011011100111010011100110111110100111100011110100011000000111001101110110010111100 | 8fddd4dce9cdf4f1e8c0e6ecbc |
UTF-8 | 訷樒濫驤蝉貅 | 111010001010100010110111111001101010100010010010111001101011111110101011111010011010100110100100111010001001110110001001111010001011001010000101 | e8a8b7e6a892e6bfabe9a9a4e89d89e8b285 |
UHC | ??濫??? | 00111111001111111101010110111101001111110011111100111111 | 3f3fd5bd3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)