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 | Y§²H³ | 10010010010110011001000110100111100100011011001010010010010010001001000110110011 | 925991a791b2924891b3 |
SJIS-WIN | ?Y?§???H?? | 0011111101011001001111111000000110011000001111110011111100111111010010000011111100111111 | 3f593f81983f3f3f483f3f |
EUC-JP | ?Y?§???H?? | 0011111101011001001111111010000111111000001111110011111100111111010010000011111100111111 | 3f593fa1f83f3f3f483f3f |
UTF-8 | Y§²H³ | 110000101001001001011001110000101001000111000010101001111100001010010001110000101011001011000010100100100100100011000010100100011100001010110011 | c29259c291c2a7c291c2b2c29248c291c2b3 |
UHC | ?Y?§?²?H?³ | 00111111010110010011111110100001110101110011111110101001111101110011111101001000001111111010100111111000 | 3f593fa1d73fa9f73f483fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)