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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | テ渉ウテ催豊B | 11000011100011111100001010110011110000111000110111000011100101100100110001000010 | c38fc2b3c38dc3964c42 |
EUC-JP | テ渉ウテ催豊B | 10001110110000111011111011000100100011101011001110001110110000111011101011000101110010111010110101000010 | 8ec3bec48eb38ec3bac5cbad42 |
UTF-8 | テ渉ウテ催豊B | 11101111101111101000001111100110101110001000100111101111101111011011001111101111101111101000001111100101100000101010110011101000101100011000101001000010 | efbe83e6b889efbdb3efbe83e582ace8b18a42 |
UHC | ????催豊B | 001111110011111100111111001111111111010111001010111110011010010101000010 | 3f3f3f3ff5caf9a542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)