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 | 횒쩌혧챔첬횦 | 111011011001101010010010111011001010100110001100111011011001100010100111111011001011000110010100111011001011001010101100111011011001101010100110 | ed9a92eca98ced98a7ecb194ecb2aced9aa6 |
UHC | 횒쩌혧챔첬횦 | 110000111000110111000010101111001100001010001111110000111010100011000011101110101100001110011101 | c38dc2bcc28fc3a8c3bac39d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)