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 | JR¶I³ | 10010010010010101001001001010010100100011011011010010010010010011001000110110011 | 924a925291b6924991b3 |
SJIS-WIN | ?J?R?¶?I?? | 0011111101001010001111110101001000111111100000011111011100111111010010010011111100111111 | 3f4a3f523f81f73f493f3f |
EUC-JP | ?J?R?¶?I?? | 0011111101001010001111110101001000111111101000101111100100111111010010010011111100111111 | 3f4a3f523fa2f93f493f3f |
UTF-8 | JR¶I³ | 1100001010010010010010101100001010010010010100101100001010010001110000101011011011000010100100100100100111000010100100011100001010110011 | c2924ac29252c291c2b6c29249c291c2b3 |
UHC | ?J?R?¶?I?³ | 001111110100101000111111010100100011111110100010110100100011111101001001001111111010100111111000 | 3f4a3f523fa2d23f493fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)