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 | ??謙??? | 00111111001111111000110010101010001111110011111100111111 | 3f3f8caa3f3f3f |
EUC-JP | ??謙??? | 00111111001111111011100010101100001111110011111100111111 | 3f3fb8ac3f3f3f |
UTF-8 | 렻旽謙렓렻덫 | 111010111010000010111011111001101001011110111101111010001010110010011001111010111010000010010011111010111010000010111011111010111000110110101011 | eba0bbe697bde8ac99eba093eba0bbeb8dab |
UHC | 렻旽謙렓렻덫 | 100011101100001111010100110001011100110011000101100011101010100010001110110000111011010110100011 | 8ec3d4c5ccc58ea88ec3b5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)