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 | 﨟ィ迺ス譚セ | 111110111001110110101000111001111001001010111101111001101001110110111110 | fb9da8e792bde69dbe |
EUC-JP | ?ィ迺ス譚セ | 0011111110001110101010001110110111110010100011101011110111101011111111011000111010111110 | 3f8ea8edf28ebdebfd8ebe |
UTF-8 | 﨟ィ迺ス譚セ | 111011111010100010011111111011111011110110101000111010001011111110111010111011111011110110111101111010001010110110011010111011111011110110111110 | efa89fefbda8e8bfbaefbdbde8ad9aefbdbe |
UHC | ????譚? | 00111111001111110011111100111111110100111100100100111111 | 3f3f3f3fd3c93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)