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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 漆芝偲爾 | 1000111010111101100011101100010110001110110000111000111010100010 | 8ebd8ec58ec38ea2 |
EUC-JP | 漆芝偲爾 | 1011110010111111101111001100011110111100110001011011110010100100 | bcbfbcc7bcc5bca4 |
UTF-8 | 漆芝偲爾 | 111001101011110010000110111010001000101010011101111001011000000110110010111001111000100010111110 | e6bc86e88a9de581b2e788be |
UHC | 漆芝?爾 | 11110110110101001111001010111001001111111110110010110011 | f6d4f2b93fecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)