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 | ????}?? | 00111111001111110011111100111111011111010011111100111111 | 3f3f3f3f7d3f3f |
SJIS-WIN | ツ涌テ。}ツ涌 | 110000101001011101001111110000111010000101111101110000101001011101001111 | c2974fc3a17dc2974f |
EUC-JP | ツ涌テ。}ツ涌 | 10001110110000101100110110110000100011101100001110001110101000010111110110001110110000101100110110110000 | 8ec2cdb08ec38ea17d8ec2cdb0 |
UTF-8 | ツ涌テ。}ツ涌 | 11101111101111101000001011100110101101101000110011101111101111101000001111101111101111011010000101111101111011111011111010000010111001101011011010001100 | efbe82e6b68cefbe83efbda17defbe82e6b68c |
UHC | ?涌??}?涌 | 001111111110100110111111001111110011111101111101001111111110100110111111 | 3fe9bf3f3f7d3fe9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)