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 | O°zO°zB | 1001001001001111100100011011000001111010100100100100111110010001101100000111101001000010 | 924f91b07a924f91b07a42 |
SJIS-WIN | ?O?°z?O?°zB | 00111111010011110011111110000001100010110111101000111111010011110011111110000001100010110111101001000010 | 3f4f3f818b7a3f4f3f818b7a42 |
EUC-JP | ?O?°z?O?°zB | 00111111010011110011111110100001111010110111101000111111010011110011111110100001111010110111101001000010 | 3f4f3fa1eb7a3f4f3fa1eb7a42 |
UTF-8 | O°zO°zB | 1100001010010010010011111100001010010001110000101011000001111010110000101001001001001111110000101001000111000010101100000111101001000010 | c2924fc291c2b07ac2924fc291c2b07a42 |
UHC | ?O?°z?O?°zB | 00111111010011110011111110100001110001100111101000111111010011110011111110100001110001100111101001000010 | 3f4f3fa1c67a3f4f3fa1c67a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)