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 | 葬?屠葬棒? | 10010001100100100011111110010011011010101001000110010010100101100101111100111111 | 91923f936a9192965f3f |
EUC-JP | 葬?屠葬棒? | 11000001111100100011111111000101110010111100000111110010110010111100000000111111 | c1f23fc5cbc1f2cbc03f |
UTF-8 | 葬ㅻ屠葬棒껄 | 111010001001000110101100111000111000010110111011111001011011000110100000111010001001000110101100111001101010001110010010111010101011101110000100 | e891ace385bbe5b1a0e891ace6a392eabb84 |
UHC | 葬ㅻ屠葬棒껄 | 111011011111011110100100111010111101001111110101111011011111011111011100111010101011001010101100 | edf7a4ebd3f5edf7dceab2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)