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 | ???柚?? | 00111111001111110011111110010111010011010011111100111111 | 3f3f3f974d3f3f |
EUC-JP | ???柚?? | 00111111001111110011111111001101101011100011111100111111 | 3f3f3fcdae3f3f |
UTF-8 | 閭잙벩柚딃돟 | 111011111010011010000110111011001001111010011001111010111011001010101001111001101001111110011010111010111001010010000011111010111000111110011111 | efa686ec9e99ebb2a9e69f9aeb9483eb8f9f |
UHC | 閭잙벩柚딃돟 | 111001101010110110011111111010111001001110111111111010101111011010001010111010011000100110100101 | e6ad9feb93bfeaf68ae989a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)