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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?節?? | 0011111110010000110111110011111100111111 | 3f90df3f3f |
EUC-JP | ?節?? | 0011111111000000111000010011111100111111 | 3fc0e13f3f |
UTF-8 | 짭節뱄숲 | 111011001010011110101101111001111010111110000000111010111011000110000100111011001000100010110010 | eca7ade7af80ebb184ec88b2 |
UHC | 짭節뱄숲 | 1100001010101100111011111011110110111001111011111011110110100011 | c2acefbdb9efbda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)