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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 卒?診? | 100100011011001000111111100100000110011000111111 | 91b23f90663f |
EUC-JP | 卒?診? | 110000101011010000111111101111111100011100111111 | c2b43fbfc73f |
UTF-8 | 卒롊診렞 | 111001011000110110010010111010111010000110001010111010001010100010111010111010111010000010011110 | e58d92eba18ae8a8baeba09e |
UHC | 卒롊診렞 | 1111000011101111100011101101000011110010111000001000111010101111 | f0ef8ed0f2e08eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)