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 | ツ悠ツδ仰㏄ | 11000010100101110100100111000010100000111100001010001011110000101000011101110100 | c29749c283c28bc28774 |
EUC-JP | ツ悠ツδ仰? | 1000111011000010110011011010101010001110110000101010011011000100101101101100010000111111 | 8ec2cdaa8ec2a6c4b6c43f |
UTF-8 | ツ悠ツδ仰㏄ | 1110111110111110100000101110011010000010101000001110111110111110100000101100111010110100111001001011101110110000111000111000111110000100 | efbe82e682a0efbe82ceb4e4bbb0e38f84 |
UHC | ?悠?δ仰㏄ | 00111111111010101110110100111111101001011110010011100100111001101010011110100110 | 3feaed3fa5e4e4e6a7a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)