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 | 抑手?首?? | 100101110111110110001110111010000011111110001110111100010011111100111111 | 977d8ee83f8ef13f3f |
EUC-JP | 抑手?首?? | 110011011101111010111100111010100011111110111100111100110011111100111111 | cddebcea3fbcf33f3f |
UTF-8 | 抑手떂首롋뒊 | 111001101000101010010001111001101000100110001011111010111001011010000010111010011010011010010110111010111010000110001011111010111001001010001010 | e68a91e6898beb9682e9a696eba18beb928a |
UHC | 抑手떂首롋뒊 | 111001011110010011100010101000101000101110011000111000101100111110001110110100011000101010000111 | e5e4e2a28b98e2cf8ed18a87 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)