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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 찾횆혴횈혬쨈 | 111011001011000010111110111011011001101010000110111011011001100010110100111011011001101010001000111011011001100010101100111011001010100010001000 | ecb0beed9a86ed98b4ed9a88ed98aceca888 |
UHC | 찾횆혴횈혬쨈 | 110000111010001111000011100001001100001010011011110000111000011011000010100101001100001010110100 | c3a3c384c29bc386c294c2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)