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 | 昻??節?? | 1111101011010000001111110011111110010000110111110011111100111111 | fad03f3f90df3f3f |
EUC-JP | ???節?? | 00111111001111110011111111000000111000010011111100111111 | 3f3f3fc0e13f3f |
UTF-8 | 昻뷴틞節⒴떧 | 111001101001100010111011111010111011011110110100111011011000101110011110111001111010111110000000111000101001001010110100111010111001011010100111 | e698bbebb7b4ed8b9ee7af80e292b4eb96a7 |
UHC | 昻뷴틞節⒴떧 | 111001001110100110111010111001011011101010001010111011111011110110101001111001011000101110111010 | e4e9bae5ba8aefbda9e58bba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)