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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?瑙??達B | 0011111111100000111011010011111100111111100100100100001001000010 | 3fe0ed3f3f924242 |
EUC-JP | ?瑙??達B | 0011111111100000111011110011111100111111110000111010001101000010 | 3fe0ef3f3fc3a342 |
UTF-8 | 렺瑙렮렺達B | 11101011101000001011101011100111100100011001100111101011101000001010111011101011101000001011101011101001100000011001010001000010 | eba0bae79199eba0aeeba0bae9819442 |
UHC | 렺瑙렮렺達B | 1000111011000010110100101100010110001110101110111000111011000010110100111011100101000010 | 8ec2d2c58ebb8ec2d3b942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)