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 | セ尞ス跪ヲセ | 1011111011111010101010111011110111100110111011001010011010111110 | befaabbde6eca6be |
EUC-JP | セ尞ス跪ヲセ | 10001110101111101000111110111010111010111000111010111101111011001110111010001110101001101000111010111110 | 8ebe8fbaeb8ebdecee8ea68ebe |
UTF-8 | セ尞ス跪ヲセ | 111011111011110110111110111001011011000010011110111011111011110110111101111010001011011110101010111011111011110110100110111011111011110110111110 | efbdbee5b09eefbdbde8b7aaefbda6efbdbe |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)