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 | ???G??? | 00111111001111110011111101000111001111110011111100111111 | 3f3f3f473f3f3f |
SJIS-WIN | 陰??G陰?? | 100010010100000100111111001111110100011110001001010000010011111100111111 | 89413f3f4789413f3f |
EUC-JP | 陰??G陰?? | 101100011010001000111111001111110100011110110001101000100011111100111111 | b1a23f3f47b1a23f3f |
UTF-8 | 陰먯꽏G陰먯꽎 | 11101001100110011011000011101011101010001010111111101010101111011000111101000111111010011001100110110000111010111010100010101111111010101011110110001110 | e999b0eba8afeabd8f47e999b0eba8afeabd8e |
UHC | 陰먯꽏G陰먯꽎 | 11101011111001001001000011101100100001001001111101000111111010111110010010010000111011001000010010011110 | ebe490ec849f47ebe490ec849e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)