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 | 﨧フ靼ウ錝ト | 111110111101001111001100111010001101100010110011111110111101110111000100 | fbd3cce8d8b3fbddc4 |
EUC-JP | ?フ靼ウ錝ト | 001111111000111011001100111100001101101010001110101100111000111111100100110110111000111011000100 | 3f8eccf0da8eb38fe4db8ec4 |
UTF-8 | 﨧フ靼ウ錝ト | 111011111010100010100111111011111011111010001100111010011001110110111100111011111011110110110011111010011000110010011101111011111011111010000100 | efa8a7efbe8ce99dbcefbdb3e98c9defbe84 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)