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 | ???曺 | 0011111100111111001111111111101011011110 | 3f3f3ffade |
EUC-JP | ???曺 | 001111110011111100111111100011111100001011101101 | 3f3f3f8fc2ed |
UTF-8 | 얠롕뤛曺 | 111011001001011010100000111010111010000110010101111010111010010010011011111001101001101110111010 | ec96a0eba195eba49be69bba |
UHC | 얠롕뤛曺 | 1011111011101100100011101101100110001111110010101111000011000110 | beec8ed98fcaf0c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)