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 | セ尞ス邇ヲ疾 | 101111101111101010101011101111011110011110001110101001101000111010111110 | befaabbde78ea68ebe |
EUC-JP | セ尞ス邇ヲ疾 | 10001110101111101000111110111010111010111000111010111101111011011110111010001110101001101011110011000000 | 8ebe8fbaeb8ebdedee8ea6bcc0 |
UTF-8 | セ尞ス邇ヲ疾 | 111011111011110110111110111001011011000010011110111011111011110110111101111010011000001010000111111011111011110110100110111001111001011010111110 | efbdbee5b09eefbdbde98287efbda6e796be |
UHC | ???邇?疾 | 0011111100111111001111111110110011000100001111111111001011110000 | 3f3f3fecc43ff2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)